home *** CD-ROM | disk | FTP | other *** search
/ Revista do CD-ROM 102 / CD-ROM 102.iso / aplic / 2sync / 2SyncSetup.exe / modules / mt / panel / scripts / DefineButton2_446 / BUTTONCONDACTION on(release).as < prev    next >
Encoding:
Text File  |  2002-03-20  |  366 b   |  12 lines

  1. on(release){
  2.    tellTarget("_level50")
  3.    {
  4.       gotoAndStop("off");
  5.    }
  6.    n = _name;
  7.    set("../../../../codelib:startday",eval("../day" add n add ":day"));
  8.    set("../../../../codelib:startmonth",eval("../day" add n add ":month"));
  9.    set("../../../../codelib:startyear",eval("../day" add n add ":year"));
  10.    call("../../../../codelib:view week");
  11. }
  12.